cipher block chaining - определение. Что такое cipher block chaining
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cipher block chaining - определение

ALGORITHM THAT USES A BLOCK CIPHER TO PROVIDE AN INFORMATION SERVICE SUCH AS CONFIDENTIALITY OR AUTHENTICITY
Electronic codebook; Cipher-block chaining; Cipher feedback; Output feedback; Cipher Block Chaining; Counter mode; Modes of operation; CTR mode; Output feedback mode; Cipher block chaining; Block ciphers mode of operation; Electronic code book; CBC mode of operation; Block cipher modes; Block cipher mode; Cipher mode; Cipher modes; Enciphering scheme; Ciphertext feedback mode; Encryption mode; Mode of operation; ECB mode; OFB mode; Block cipher modes of operation; Mode of operation\; Block cypher mode; CBC mode; CFB mode; Cipher feedback mode; Electronic Codebook; AES-CBC; AES-CTR
  • Cipher block chaining (CBC) mode decryption
  • Cipher block chaining (CBC) mode encryption
  • CBC example with a toy 2-bit cipher
  • GCM encryption operation
  • Propagating cipher block chaining (PCBC) mode decryption
  • Propagating cipher block chaining (PCBC) mode encryption
  • CBC example with a toy 2-bit cipher

Block cipher mode of operation         
In cryptography, a block cipher mode of operation is an algorithm that uses a block cipher to provide information security such as confidentiality or authenticity.
Block cipher         
  • The development of the [[boomerang attack]] enabled [[differential cryptanalysis]] techniques to be applied to many ciphers that had previously been deemed secure against differential attacks
  • Many block ciphers, such as DES and Blowfish utilize structures known as ''[[Feistel cipher]]s''
  • IDEA]].
  • One round (two half-rounds) of the RC5 block cipher
  • Insecure encryption of an image as a result of [[electronic codebook]] (ECB) mode encoding.
CIPHER THAT WORKS ON FIXED-SIZE BLOCKS OF BITS
Codebook algorithm; Block ciphers; Block cyphers; Block crypto; Block cypher; Symmetric block cipher; Block Cipher; Tweakable block cipher; ARX cipher
In cryptography, a block cipher is a deterministic algorithm operating on fixed-length groups of bits, called blocks. They are specified elementary components in the design of many cryptographic protocols and are widely used to encrypt large amounts of data, including in data exchange protocols. It uses blocks as an unvarying transformation.
Forward chaining         
Forward-chaining
Forward chaining (or forward reasoning) is one of the two main methods of reasoning when using an inference engine and can be described logically as repeated application of modus ponens. Forward chaining is a popular implementation strategy for expert systems, business and production rule systems.

Википедия

Block cipher mode of operation

In cryptography, a block cipher mode of operation is an algorithm that uses a block cipher to provide information security such as confidentiality or authenticity. A block cipher by itself is only suitable for the secure cryptographic transformation (encryption or decryption) of one fixed-length group of bits called a block. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.

Most modes require a unique binary sequence, often called an initialization vector (IV), for each encryption operation. The IV has to be non-repeating and, for some modes, random as well. The initialization vector is used to ensure distinct ciphertexts are produced even when the same plaintext is encrypted multiple times independently with the same key. Block ciphers may be capable of operating on more than one block size, but during transformation the block size is always fixed. Block cipher modes operate on whole blocks and require that the last part of the data be padded to a full block if it is smaller than the current block size. There are, however, modes that do not require padding because they effectively use a block cipher as a stream cipher.

Historically, encryption modes have been studied extensively in regard to their error propagation properties under various scenarios of data modification. Later development regarded integrity protection as an entirely separate cryptographic goal. Some modern modes of operation combine confidentiality and authenticity in an efficient way, and are known as authenticated encryption modes.